home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / lib / python2.5 / encodings / cp737.pyc (.txt) < prev    next >
Python Compiled Bytecode  |  2008-10-29  |  9KB  |  433 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.5)
  3.  
  4. """ Python Character Mapping Codec cp737 generated from 'VENDORS/MICSFT/PC/CP737.TXT' with gencodec.py.
  5.  
  6. """
  7. import codecs
  8.  
  9. class Codec(codecs.Codec):
  10.     
  11.     def encode(self, input, errors = 'strict'):
  12.         return codecs.charmap_encode(input, errors, encoding_map)
  13.  
  14.     
  15.     def decode(self, input, errors = 'strict'):
  16.         return codecs.charmap_decode(input, errors, decoding_table)
  17.  
  18.  
  19.  
  20. class IncrementalEncoder(codecs.IncrementalEncoder):
  21.     
  22.     def encode(self, input, final = False):
  23.         return codecs.charmap_encode(input, self.errors, encoding_map)[0]
  24.  
  25.  
  26.  
  27. class IncrementalDecoder(codecs.IncrementalDecoder):
  28.     
  29.     def decode(self, input, final = False):
  30.         return codecs.charmap_decode(input, self.errors, decoding_table)[0]
  31.  
  32.  
  33.  
  34. class StreamWriter(Codec, codecs.StreamWriter):
  35.     pass
  36.  
  37.  
  38. class StreamReader(Codec, codecs.StreamReader):
  39.     pass
  40.  
  41.  
  42. def getregentry():
  43.     return codecs.CodecInfo(name = 'cp737', encode = Codec().encode, decode = Codec().decode, incrementalencoder = IncrementalEncoder, incrementaldecoder = IncrementalDecoder, streamreader = StreamReader, streamwriter = StreamWriter)
  44.  
  45. decoding_map = codecs.make_identity_dict(range(256))
  46. decoding_map.update({
  47.     128: 913,
  48.     129: 914,
  49.     130: 915,
  50.     131: 916,
  51.     132: 917,
  52.     133: 918,
  53.     134: 919,
  54.     135: 920,
  55.     136: 921,
  56.     137: 922,
  57.     138: 923,
  58.     139: 924,
  59.     140: 925,
  60.     141: 926,
  61.     142: 927,
  62.     143: 928,
  63.     144: 929,
  64.     145: 931,
  65.     146: 932,
  66.     147: 933,
  67.     148: 934,
  68.     149: 935,
  69.     150: 936,
  70.     151: 937,
  71.     152: 945,
  72.     153: 946,
  73.     154: 947,
  74.     155: 948,
  75.     156: 949,
  76.     157: 950,
  77.     158: 951,
  78.     159: 952,
  79.     160: 953,
  80.     161: 954,
  81.     162: 955,
  82.     163: 956,
  83.     164: 957,
  84.     165: 958,
  85.     166: 959,
  86.     167: 960,
  87.     168: 961,
  88.     169: 963,
  89.     170: 962,
  90.     171: 964,
  91.     172: 965,
  92.     173: 966,
  93.     174: 967,
  94.     175: 968,
  95.     176: 9617,
  96.     177: 9618,
  97.     178: 9619,
  98.     179: 9474,
  99.     180: 9508,
  100.     181: 9569,
  101.     182: 9570,
  102.     183: 9558,
  103.     184: 9557,
  104.     185: 9571,
  105.     186: 9553,
  106.     187: 9559,
  107.     188: 9565,
  108.     189: 9564,
  109.     190: 9563,
  110.     191: 9488,
  111.     192: 9492,
  112.     193: 9524,
  113.     194: 9516,
  114.     195: 9500,
  115.     196: 9472,
  116.     197: 9532,
  117.     198: 9566,
  118.     199: 9567,
  119.     200: 9562,
  120.     201: 9556,
  121.     202: 9577,
  122.     203: 9574,
  123.     204: 9568,
  124.     205: 9552,
  125.     206: 9580,
  126.     207: 9575,
  127.     208: 9576,
  128.     209: 9572,
  129.     210: 9573,
  130.     211: 9561,
  131.     212: 9560,
  132.     213: 9554,
  133.     214: 9555,
  134.     215: 9579,
  135.     216: 9578,
  136.     217: 9496,
  137.     218: 9484,
  138.     219: 9608,
  139.     220: 9604,
  140.     221: 9612,
  141.     222: 9616,
  142.     223: 9600,
  143.     224: 969,
  144.     225: 940,
  145.     226: 941,
  146.     227: 942,
  147.     228: 970,
  148.     229: 943,
  149.     230: 972,
  150.     231: 973,
  151.     232: 971,
  152.     233: 974,
  153.     234: 902,
  154.     235: 904,
  155.     236: 905,
  156.     237: 906,
  157.     238: 908,
  158.     239: 910,
  159.     240: 911,
  160.     241: 177,
  161.     242: 8805,
  162.     243: 8804,
  163.     244: 938,
  164.     245: 939,
  165.     246: 247,
  166.     247: 8776,
  167.     248: 176,
  168.     249: 8729,
  169.     250: 183,
  170.     251: 8730,
  171.     252: 8319,
  172.     253: 178,
  173.     254: 9632,
  174.     255: 160 })
  175. decoding_table = u'\x00\x01\x02\x03\x04\x05\x06\x07\x08\t\n\x0b\x0c\r\x0e\x0f\x10\x11\x12\x13\x14\x15\x16\x17\x18\x19\x1a\x1b\x1c\x1d\x1e\x1f !"#$%&\'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~\x7f\xce\x91\xce\x92\xce\x93\xce\x94\xce\x95\xce\x96\xce\x97\xce\x98\xce\x99\xce\x9a\xce\x9b\xce\x9c\xce\x9d\xce\x9e\xce\x9f\xce\xa0\xce\xa1\xce\xa3\xce\xa4\xce\xa5\xce\xa6\xce\xa7\xce\xa8\xce\xa9\xce\xb1\xce\xb2\xce\xb3\xce\xb4\xce\xb5\xce\xb6\xce\xb7\xce\xb8\xce\xb9\xce\xba\xce\xbb\xce\xbc\xce\xbd\xce\xbe\xce\xbf\xcf\x80\xcf\x81\xcf\x83\xcf\x82\xcf\x84\xcf\x85\xcf\x86\xcf\x87\xcf\x88\xe2\x96\x91\xe2\x96\x92\xe2\x96\x93\xe2\x94\x82\xe2\x94\xa4\xe2\x95\xa1\xe2\x95\xa2\xe2\x95\x96\xe2\x95\x95\xe2\x95\xa3\xe2\x95\x91\xe2\x95\x97\xe2\x95\x9d\xe2\x95\x9c\xe2\x95\x9b\xe2\x94\x90\xe2\x94\x94\xe2\x94\xb4\xe2\x94\xac\xe2\x94\x9c\xe2\x94\x80\xe2\x94\xbc\xe2\x95\x9e\xe2\x95\x9f\xe2\x95\x9a\xe2\x95\x94\xe2\x95\xa9\xe2\x95\xa6\xe2\x95\xa0\xe2\x95\x90\xe2\x95\xac\xe2\x95\xa7\xe2\x95\xa8\xe2\x95\xa4\xe2\x95\xa5\xe2\x95\x99\xe2\x95\x98\xe2\x95\x92\xe2\x95\x93\xe2\x95\xab\xe2\x95\xaa\xe2\x94\x98\xe2\x94\x8c\xe2\x96\x88\xe2\x96\x84\xe2\x96\x8c\xe2\x96\x90\xe2\x96\x80\xcf\x89\xce\xac\xce\xad\xce\xae\xcf\x8a\xce\xaf\xcf\x8c\xcf\x8d\xcf\x8b\xcf\x8e\xce\x86\xce\x88\xce\x89\xce\x8a\xce\x8c\xce\x8e\xce\x8f\xc2\xb1\xe2\x89\xa5\xe2\x89\xa4\xce\xaa\xce\xab\xc3\xb7\xe2\x89\x88\xc2\xb0\xe2\x88\x99\xc2\xb7\xe2\x88\x9a\xe2\x81\xbf\xc2\xb2\xe2\x96\xa0\xc2\xa0'
  176. encoding_map = {
  177.     0: 0,
  178.     1: 1,
  179.     2: 2,
  180.     3: 3,
  181.     4: 4,
  182.     5: 5,
  183.     6: 6,
  184.     7: 7,
  185.     8: 8,
  186.     9: 9,
  187.     10: 10,
  188.     11: 11,
  189.     12: 12,
  190.     13: 13,
  191.     14: 14,
  192.     15: 15,
  193.     16: 16,
  194.     17: 17,
  195.     18: 18,
  196.     19: 19,
  197.     20: 20,
  198.     21: 21,
  199.     22: 22,
  200.     23: 23,
  201.     24: 24,
  202.     25: 25,
  203.     26: 26,
  204.     27: 27,
  205.     28: 28,
  206.     29: 29,
  207.     30: 30,
  208.     31: 31,
  209.     32: 32,
  210.     33: 33,
  211.     34: 34,
  212.     35: 35,
  213.     36: 36,
  214.     37: 37,
  215.     38: 38,
  216.     39: 39,
  217.     40: 40,
  218.     41: 41,
  219.     42: 42,
  220.     43: 43,
  221.     44: 44,
  222.     45: 45,
  223.     46: 46,
  224.     47: 47,
  225.     48: 48,
  226.     49: 49,
  227.     50: 50,
  228.     51: 51,
  229.     52: 52,
  230.     53: 53,
  231.     54: 54,
  232.     55: 55,
  233.     56: 56,
  234.     57: 57,
  235.     58: 58,
  236.     59: 59,
  237.     60: 60,
  238.     61: 61,
  239.     62: 62,
  240.     63: 63,
  241.     64: 64,
  242.     65: 65,
  243.     66: 66,
  244.     67: 67,
  245.     68: 68,
  246.     69: 69,
  247.     70: 70,
  248.     71: 71,
  249.     72: 72,
  250.     73: 73,
  251.     74: 74,
  252.     75: 75,
  253.     76: 76,
  254.     77: 77,
  255.     78: 78,
  256.     79: 79,
  257.     80: 80,
  258.     81: 81,
  259.     82: 82,
  260.     83: 83,
  261.     84: 84,
  262.     85: 85,
  263.     86: 86,
  264.     87: 87,
  265.     88: 88,
  266.     89: 89,
  267.     90: 90,
  268.     91: 91,
  269.     92: 92,
  270.     93: 93,
  271.     94: 94,
  272.     95: 95,
  273.     96: 96,
  274.     97: 97,
  275.     98: 98,
  276.     99: 99,
  277.     100: 100,
  278.     101: 101,
  279.     102: 102,
  280.     103: 103,
  281.     104: 104,
  282.     105: 105,
  283.     106: 106,
  284.     107: 107,
  285.     108: 108,
  286.     109: 109,
  287.     110: 110,
  288.     111: 111,
  289.     112: 112,
  290.     113: 113,
  291.     114: 114,
  292.     115: 115,
  293.     116: 116,
  294.     117: 117,
  295.     118: 118,
  296.     119: 119,
  297.     120: 120,
  298.     121: 121,
  299.     122: 122,
  300.     123: 123,
  301.     124: 124,
  302.     125: 125,
  303.     126: 126,
  304.     127: 127,
  305.     160: 255,
  306.     176: 248,
  307.     177: 241,
  308.     178: 253,
  309.     183: 250,
  310.     247: 246,
  311.     902: 234,
  312.     904: 235,
  313.     905: 236,
  314.     906: 237,
  315.     908: 238,
  316.     910: 239,
  317.     911: 240,
  318.     913: 128,
  319.     914: 129,
  320.     915: 130,
  321.     916: 131,
  322.     917: 132,
  323.     918: 133,
  324.     919: 134,
  325.     920: 135,
  326.     921: 136,
  327.     922: 137,
  328.     923: 138,
  329.     924: 139,
  330.     925: 140,
  331.     926: 141,
  332.     927: 142,
  333.     928: 143,
  334.     929: 144,
  335.     931: 145,
  336.     932: 146,
  337.     933: 147,
  338.     934: 148,
  339.     935: 149,
  340.     936: 150,
  341.     937: 151,
  342.     938: 244,
  343.     939: 245,
  344.     940: 225,
  345.     941: 226,
  346.     942: 227,
  347.     943: 229,
  348.     945: 152,
  349.     946: 153,
  350.     947: 154,
  351.     948: 155,
  352.     949: 156,
  353.     950: 157,
  354.     951: 158,
  355.     952: 159,
  356.     953: 160,
  357.     954: 161,
  358.     955: 162,
  359.     956: 163,
  360.     957: 164,
  361.     958: 165,
  362.     959: 166,
  363.     960: 167,
  364.     961: 168,
  365.     962: 170,
  366.     963: 169,
  367.     964: 171,
  368.     965: 172,
  369.     966: 173,
  370.     967: 174,
  371.     968: 175,
  372.     969: 224,
  373.     970: 228,
  374.     971: 232,
  375.     972: 230,
  376.     973: 231,
  377.     974: 233,
  378.     8319: 252,
  379.     8729: 249,
  380.     8730: 251,
  381.     8776: 247,
  382.     8804: 243,
  383.     8805: 242,
  384.     9472: 196,
  385.     9474: 179,
  386.     9484: 218,
  387.     9488: 191,
  388.     9492: 192,
  389.     9496: 217,
  390.     9500: 195,
  391.     9508: 180,
  392.     9516: 194,
  393.     9524: 193,
  394.     9532: 197,
  395.     9552: 205,
  396.     9553: 186,
  397.     9554: 213,
  398.     9555: 214,
  399.     9556: 201,
  400.     9557: 184,
  401.     9558: 183,
  402.     9559: 187,
  403.     9560: 212,
  404.     9561: 211,
  405.     9562: 200,
  406.     9563: 190,
  407.     9564: 189,
  408.     9565: 188,
  409.     9566: 198,
  410.     9567: 199,
  411.     9568: 204,
  412.     9569: 181,
  413.     9570: 182,
  414.     9571: 185,
  415.     9572: 209,
  416.     9573: 210,
  417.     9574: 203,
  418.     9575: 207,
  419.     9576: 208,
  420.     9577: 202,
  421.     9578: 216,
  422.     9579: 215,
  423.     9580: 206,
  424.     9600: 223,
  425.     9604: 220,
  426.     9608: 219,
  427.     9612: 221,
  428.     9616: 222,
  429.     9617: 176,
  430.     9618: 177,
  431.     9619: 178,
  432.     9632: 254 }
  433.